C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / IsFixedSize Property


In This Topic
IsFixedSize Property
In This Topic
Gets whether the collection size can change.
Syntax
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Boolean
 
value = instance.IsFixedSize
See Also